(abort "You must have ixemul.library version >43.0 to run Apache.")
)
(set @source-dir
(if (= 1 (exists @icon) )
(pathonly (expandpath @icon))
(expandpath @icon)
)
)
(select
(askchoice
(prompt "Which version of apache do you want to install")
(choices "000" "020+")
(help "For people who have a 68020+ CPU, choose 020+, else choose 000")
)
(set @apache-ver "httpd000")
(set @apache-ver "httpd020")
)
(set @apache-dest
(askdir
(prompt "Enter directory for installing apache. The script will create a directory called apache_1.0.5. If the current directory is chosen, it will install in place")